From: emellor@ewan Date: Tue, 20 Sep 2005 16:20:20 +0000 (+0100) Subject: Mark unused variable as such. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16780^2~30 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8aee1a239f1d929f54365349948a2b863105f76a;p=xen.git Mark unused variable as such. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/XendNode.py b/tools/python/xen/xend/XendNode.py index d8eba55d4c..a1275dc47f 100644 --- a/tools/python/xen/xend/XendNode.py +++ b/tools/python/xen/xend/XendNode.py @@ -36,7 +36,7 @@ class XendNode: def reboot(self): return 0 - def notify(self, uri): + def notify(self, _): return 0 def cpu_bvt_slice_set(self, ctx_allow):